ARM: dts: socfpga: Keep FPGA bridge entries in SPL DT
authorMarek Vasut <[email protected]>
Tue, 7 May 2019 15:55:12 +0000 (17:55 +0200)
committerMarek Vasut <[email protected]>
Tue, 14 May 2019 17:53:16 +0000 (19:53 +0200)
Keep the FPGA bridge entries in SPL DT to let do_bridge_reset() toggle
the bridges on/off as needed according to the handoff file.

Signed-off-by: Marek Vasut <[email protected]>
Cc: Chin Liang See <[email protected]>
Cc: Dinh Nguyen <[email protected]>
Cc: Simon Goldschmidt <[email protected]>
Cc: Tien Fong Chee <[email protected]>
arch/arm/dts/socfpga_arria10_handoff_u-boot.dtsi

index 39a8d9a3e76309d4ffba487143313df9ffb4e7fb..ef215230c2ec4c092656401c47467a409811a124 100644 (file)
                        u-boot,dm-pre-reloc;
                };
        };
+
+       fpgabridge@0 {
+               u-boot,dm-pre-reloc;
+       };
+
+       fpgabridge@1 {
+               u-boot,dm-pre-reloc;
+       };
+
+       fpgabridge@2 {
+               u-boot,dm-pre-reloc;
+       };
+
+       fpgabridge@3 {
+               u-boot,dm-pre-reloc;
+       };
+
+       fpgabridge@4 {
+               u-boot,dm-pre-reloc;
+       };
+
+       fpgabridge@5 {
+               u-boot,dm-pre-reloc;
+       };
 };